resources: Include more icon directories
authorMatthias Clasen <mclasen@redhat.com>
Tue, 12 Feb 2019 17:40:17 +0000 (12:40 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 13 Feb 2019 00:34:19 +0000 (19:34 -0500)
We are going to include all the icons that are
used by gtk itself. Prepare for that by including
the necessary subdirectories from the icon theme.

gtk/gen-gtk-gresources-xml.py

index 13c60bdeb785fd201cf3be4c1b34ce8e110cb757..96a52b3e1f5fe3fd8ed093322b5f6ca09ed0a7b0 100644 (file)
@@ -62,7 +62,7 @@ for f in get_files('ui', '.ui'):
 xml += '\n'
 
 for s in ['16x16', '24x24', '32x32', '48x48', 'scalable']:
-  for c in ['categories', 'status']:
+  for c in ['actions', 'categories', 'emblems', 'emotes', 'devices', 'mimetypes', 'places', 'status']:
     icons_dir = 'icons/{0}/{1}'.format(s,c)
     if os.path.exists(os.path.join(srcdir,icons_dir)):
       for f in get_files(icons_dir, '.png'):